PowerSNMP for .NET
OctetString Constructor(Byte[])




The byte array assigned to this object.
Initializes a new instance of the OctetString class.
Syntax
Public Function New( _
   ByVal value() As Byte _
)
Dim value() As Byte
 
Dim instance As New OctetString(value)
public OctetString( 
   byte[] value
)
public: OctetString( 
   byte[]* value
)
public:
OctetString( 
   array<byte>^ value
)

Parameters

value
The byte array assigned to this object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe value is a null reference.
See Also

Reference

OctetString Class
OctetString Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic